summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code around scheduling cluster installationsdz-refactor-cluster-apps-scheduleDmitriy Zaporozhets2018-05-241-18/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch '45065-users-projects-json-sort' into 'master'Rémy Coutable2018-05-212-9/+11
|\ | | | | | | | | | | | | UsersController#projects.json sort order Closes #45065 See merge request gitlab-org/gitlab-ce!18227
| * Order UsersController#projects.json by updated_atTakuya Noguchi2018-05-192-9/+11
| |
* | Merge branch 'zj-workhorse-archive-mandatory' into 'master'Grzegorz Bizon2018-05-212-15/+1
|\ \ | | | | | | | | | | | | Move git archives downloading to Gitaly See merge request gitlab-org/gitlab-ce!18990
| * | Move git archives downloading to GitalyZeger-Jan van de Weg2018-05-172-15/+1
| | |
* | | Remove unnecessary `with` from `allow`fix-kube_client-proxy_url-exceptionShinya Maeda2018-05-212-2/+2
| | |
* | | Add spec for unathrozied proxy_urlShinya Maeda2018-05-212-0/+26
| | |
* | | Merge branch 'xeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refs' into ↵Grzegorz Bizon2018-05-191-0/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | 'master' Fix error when deleting an empty list of refs Closes #45743 See merge request gitlab-org/gitlab-ce!19053
| * | Fix error when deleting an empty list of refsxeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refsSergey Sinev2018-05-181-0/+4
| | | | | | | | | | | | Closes #45743
* | | Fix double brackets being linkified in wiki markdownAlex2018-05-182-0/+29
| | |
* | | Merge branch 'fix/handle-large-commit-tag-message' into 'master'Robert Speicher2018-05-184-4/+119
|\ \ \ | | | | | | | | | | | | | | | | Add handling for commit/tags with big messages See merge request gitlab-org/gitlab-ce!17892
| * | | Add handling for commit/tags with big messagesAhmad Sherif2018-05-184-4/+119
| | | |
* | | | Merge branch 'gitaly-1182-search-by-content-name' into 'master'Robert Speicher2018-05-181-2/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Migrate Repo#search_by_{content,name} to Gitaly See merge request gitlab-org/gitlab-ce!18750
| * | | | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-nameKim "BKC" Carlbäcker2018-05-181-2/+12
| | | | |
* | | | | Merge branch '5913-extract-ee-specific-lines-for-lib-gitlab-auth' into 'master'Robert Speicher2018-05-183-4/+50
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | [CE] Resolve "Extract EE specific files/lines for lib/gitlab/auth" See merge request gitlab-org/gitlab-ce!19037
| * | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::User5913-extract-ee-specific-lines-for-lib-gitlab-authRémy Coutable2018-05-181-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::ConfigRémy Coutable2018-05-181-1/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::AccessRémy Coutable2018-05-181-1/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'zj-calculate-checksum-mandator' into 'master'Nick Thomas2018-05-181-48/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calculating repository checksums executed by Gitaly Closes gitaly#1105 and #46293 See merge request gitlab-org/gitlab-ce!18907
| * | | | | Calculating repository checksums executed by GitalyZeger-Jan van de Weg2018-05-181-48/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OPT_OUT status has been removed, and alternative implementation removed. Also checks if the repository exists before executing the checksum RPC to guard against NotFound errors. Closes gitlab-org/gitaly#1105
* | | | | | Merge branch 'memoize-database-version' into 'master'Rémy Coutable2018-05-181-0/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Memoize Gitlab::Database.version See merge request gitlab-org/gitlab-ce!19021
| * | | | | Memoize Gitlab::Database.versionmemoize-database-versionYorick Peterse2018-05-171-0/+14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This removes the need for running a database query every time we want to check the database version.
* | | | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński2018-05-189-48/+296
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for variables expression regexp syntax Closes #43601 See merge request gitlab-org/gitlab-ce!18902
| * | | | | Simplify untrusted regexp factory methodGrzegorz Bizon2018-05-183-12/+10
| | | | | |
| * | | | | Update variables expressions statement specsGrzegorz Bizon2018-05-171-1/+1
| | | | | |
| * | | | | Add variables expression pattern validation supportGrzegorz Bizon2018-05-172-1/+16
| | | | | |
| * | | | | Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-171-0/+28
| | | | | |
| * | | | | Add extended /regexp/ scheme support to untrusted regexpGrzegorz Bizon2018-05-171-1/+48
| | | | | |
| * | | | | Make variables expression pattern case-sensitivity explicitGrzegorz Bizon2018-05-152-0/+14
| | | | | |
| * | | | | Use parameterized RSpec to improve variables expressions specsGrzegorz Bizon2018-05-151-43/+44
| | | | | |
| * | | | | Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-153-4/+18
| | | | | |
| * | | | | Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-153-7/+7
| | | | | |
| * | | | | Merge branch 'master' into feature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-1538-362/+1140
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) Conflicts: lib/gitlab/untrusted_regexp.rb
| * | | | | | Add pattern matching variables expression lexemeGrzegorz Bizon2018-05-141-0/+57
| | | | | | |
| * | | | | | Raise variables statement exception if pattern is invalidGrzegorz Bizon2018-05-143-4/+11
| | | | | | |
| * | | | | | Do not raise if variable expression can not be evaluatedGrzegorz Bizon2018-05-141-2/+14
| | | | | | |
| * | | | | | Implement variables expression untrusted pattern lexemeGrzegorz Bizon2018-05-111-0/+55
| | | | | | |
| * | | | | | Improve fast specs helper to autoload the libraryGrzegorz Bizon2018-05-111-9/+3
| | | | | | |
* | | | | | | Merge branch 'fix/gb/not-allow-to-trigger-skipped-manual-actions' into 'master'Kamil Trzciński2018-05-181-0/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not allow to trigger manual actions that were skipped Closes #42589 See merge request gitlab-org/gitlab-ce!18985
| * | | | | | | Do not allow to trigger manual actions that were skippedGrzegorz Bizon2018-05-161-0/+40
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ccr/regexp_anchor' into 'master'Kamil Trzciński2018-05-181-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add anchor for incoming email regex, closes 44989 See merge request gitlab-org/gitlab-ce!18917
| * | | | | | | Add anchor for incoming email regex, closes 44989ccr/regexp_anchorChantal Rollison2018-05-111-0/+4
| | | | | | | |
* | | | | | | | Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-181-0/+112
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Add Keyboard shortcuts for "Kubernetes" and "Environments"Lukas Eipert2018-05-181-1/+40
| | | | | | |
* | | | | | | Move API group deletion to SidekiqStan Hu2018-05-182-6/+11
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch '46193-fix-big-estimate' into 'master'Rémy Coutable2018-05-171-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Estimating a large amount results in a server error 500" Closes #46193 See merge request gitlab-org/gitlab-ce!18964
| * | | | | | Fixes 500 error on /estimate BIG_VALUEJacopo2018-05-171-0/+13
| | | | | | |
* | | | | | | Merge branch '46381-dropdown-mr-widget' into 'master'Annabel Gray2018-05-172-47/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Dropdown actions in mini pipeline graph in mr widget don't work" Closes #46381 See merge request gitlab-org/gitlab-ce!18976
| * \ \ \ \ \ \ Merge branch 'master' into 46381-dropdown-mr-widget46381-dropdown-mr-widgetFilipa Lacerda2018-05-1722-192/+380
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (40 commits) Add changelog Update quick_start_guide.md Resolve "Opening Project with invite but without accepting leads to 404 error page" Respect the inheritance chain between Ci::Build and CommitStatus Remove unneccessary imports fixed copy to cliboard button in embedded snippets Fix Error 500 viewing admin page due to statement timeouts Grant privileges after database is created Only setup db in the first checkout! Project Sidebar: Split CI/CD into CI/CD and Operations Fix GPM content types for Doorkeeper Workhorse to send raw diff and patch for commits Refactor out duplication in runner_policy.rb Remove unnecessary runner.is_shared? checks in api because they are handled by policy Allow admin to assign shared runner to project through API Change policy list_runner_jobs -> read_runner Rename User#ci_authorized_runners -> ci_owned_runners Improve efficiency of authorized_runner policy query Use can? policies for lib/api/runners.rb Allow group runners to be viewed/edited in API ...
| * | | | | | | | Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda2018-05-162-36/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dropdown in the MR widget