Skip to content
Permalink
devel
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 24, 2023

  1. [APM-661] Scheduler Memory Accounting (#19070)

    Co-authored-by: Jan <jsteemann@users.noreply.github.com>
    maierlars and jsteemann committed May 24, 2023
  2. Retry in case the connection is aborted (#19077)

    Co-authored-by: Jan <jsteemann@users.noreply.github.com>
    apetenchea and jsteemann committed May 24, 2023
  3. Update PULL_REQUEST_TEMPLATE.md

    Add checkbox for 3.11 backports, remove 3.8
    Simran-B committed May 24, 2023

Commits on May 23, 2023

  1. Use const-ref instead of ref (#19049)

    This matches how inspection's apply method is defined and enables
    in-place construction of arguments for more readable code.
    markuspf committed May 23, 2023

Commits on May 19, 2023

  1. [GORDO-1449] Worker State Machine (#18781)

    * Added metrics actor. Messages need to be reworked.
    
    * Conductor updates to metrics actor implemented.
    
    * Namespaced metrics messages, added first worker metric update.
    
    * Added worker loading started/finished metrics updates.
    
    * Added remaining worker metrics updates.
    
    pregelMemoryUsedForGraph is still not updated anywhere. Will raise a new ticket for this.
    
    * clang-format.
    
    * clang-format.
    
    * Added worker finished metrics update.
    
    * Use static string to refer to _system database.
    
    * Fix build
    
    * Make every pregel run have a metrics actor
    
    Another actor can only send messages to the metrics actor if they have
    both the same database. Therefore the metrics actor has to be created
    for each run.
    
    * Send messages of correct message type to metrics actor
    
    * Delete maybe_unused attribute
    
    * Send metrics messages directly from conductor to metrics actor
    
    * Renamed PrevState to PreviousState.
    
    * clang-format.
    
    * Added 'cancel' method to conductor state.
    
    * InitialState implemented (build failing).
    
    * LoadingState implemented (build failing).
    
    * ComputingState implemented (build failing).
    
    * All states implemented (build failing).
    
    * Fixed method sigs.
    
    * Fixed build.
    
    * Merged devel and fixed build issues.
    
    * clang-format.
    
    * clang-format.
    
    * Removed reference to 'self' during execution state initialization (self not defined yet).
    
    * No need to handle `PregelMessage` in `Initial` and `Loading` states.
    
    * Moved computing-specific fields to the `Computing` state.
    
    * Handle 'cleanup' message in handler.
    
    * Cleaned up execution `Stored` and `ResultsProduced` execution states.
    
    * Delegate all possible log_topic and dispatch calls.
    
    * Stop job on worker failure.
    
    * Merged devel and fixed build.
    
    * clang-format
    
    * De-duplicated log id.
    
    * More specific namespace.
    
    ---------
    
    Co-authored-by: Julia Volmer <julia.volmer@arangodb.com>
    adityamukho and jvolmer committed May 19, 2023
  2. Fix clang-format enterprise (#19037)

    * Minimal checkout includes enterprise
    
    * Fix clang-format for enterprise
    
    * Scan enterprise folder, too
    
    * Remove uncalled for verbosity
    
    * Foolproofing my code
    
    * Use random prefix
    
    * Revert debugging change
    
    * exclude sdt.h even when prefixed
    
    * Ups.
    
    * Scripting
    markuspf committed May 19, 2023

Commits on May 17, 2023

  1. don't use ADB_PROD_ASSERT

    jsteemann committed May 17, 2023
  2. Fixup and cleanup checkLogIds (#19011)

    * Minimal checkout includes enterprise
    
    * Fixup and cleanup checkLogIds
    
    * Remove unpythonic parens around if condition
    
    * Status is irrelevant now
    
    * Only two difficult problems in Computer Science
    
    * Display the filename of the offender
    
    * Fix offending LogIDs
    
    * PyLint
    
    * Revert accidental add
    markuspf committed May 17, 2023
  3. fix(UI): validation & alignment issues in index addition (#19010)

    * fix: padding
    
    * fix: allow empty strings for name
    
    * fix: icon alignment on table
    
    * fix: inverted index form alignment
    
    ---------
    
    Co-authored-by: Vadim Kondratev <vadim@arangodb.com>
    palashkaria and KVS85 committed May 17, 2023
  4. Revert "Add search-alias example, improve View examples" and "Fix dat…

    …a type of estimatedCost property in Cursor API"
    
    This reverts commits 578a675 and 939efe6.
    
    They were accidentally pushed to devel
    Simran-B committed May 17, 2023
  5. Minimal checkout includes enterprise (#19018)

    * Minimal checkout includes enterprise
    
    * Syntax syntax
    
    * Eyah, right
    
    * Try our hands at a reusable command
    
    * Remove duplicated `add_ssh_keys`
    markuspf committed May 17, 2023
  6. update documentation (#19016)

    Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
    jsteemann and nerpaula committed May 17, 2023
  7. Update iresearch (#19026)

    Co-authored-by: Vadim <vadim@arangodb.com>
    Dronplane and KVS85 committed May 17, 2023

Commits on May 16, 2023

  1. [BTS-1373] fix error in test code (#18914)

    * Fix crash in test code due to early reset
    
    * Re-added didTrigger check
    
    * clang-format
    goedderz committed May 16, 2023
  2. Disable R2 resilience tests (#18841)

    * Disabled replication2 tests
    
    * Using only 2 buckets
    apetenchea committed May 16, 2023
  3. [DEVEL][BTS-1331] Optimize data overfetch in cluster traversals (#18969)

    * optimize pre-fetch in combination with prune & filter statements, added additional log tracing to the cluster provider
    
    * added changelog
    
    * fix test binary build, added const
    
    * Fix cpp test, improve logging
    hkernbach committed May 16, 2023
  4. [GORDO-1643] Create Pregel Status Collection entry on creation (#18996)

    * Create Pregel Status Collection entry on creation
    
    * Move persistence of run into its own function
    
    * Bla
    markuspf committed May 16, 2023
Older