Skip to content
Snippets Groups Projects

WIP blogpost for the release 7.10

Merged username-removed-444 requested to merge release-7-10 into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 18 and set default Git Hooks for everyone.
    19
    20 On top of that, this release marks the start of our package server! This means
    21 you can install GitLab _right now_ with `apt-get` and `yum`. More about that,
    22 below.
    23
    24 This month's Most Valuable Person ([MVP](https://about.gitlab.com/mvp/)) is, again, Stan Hu!
    25 Stan Hu did a big deal of quality of contributions and we're happy to
    26 award him once again.
    27 Thanks Stan Hu!
    28
    29 <!--more-->
    30
    31 ## Apt-get install GitLab!
    32
    33 We're very excited to start using our new package server with the release of
  • 29 <!--more-->
    30
    31 ## Apt-get install GitLab!
    32
    33 We're very excited to start using our new package server with the release of
    34 GitLab 7.10. This means that from now on, you can install GitLab with the
    35 magically simply command `sudo apt-get install gitlab-ce`!
    36
    37 The package server is currently in beta, meaning you can use it, but there
    38 might still be some things to iron out. For this reason it is currently
    39 only available for GitLab CE.
    40
    41 To install GitLab using our package server, all you need is the following
    42 commands (depending on your OS):
    43
    44 ```
  • 63 ## Fork projects with CI
    64
    65 If you fork a project in GitLab that has GitLab CI setup,
    66 you forked project will now also be served by CI with the same settings!
    67
    68 That makes working with CI much easier and convenient for those of you that
    69 work with forks.
    70
    71 Of course, we made sure this won't be possible if it infringes on permissions
    72 you've set, so make sure to check the [documenation](http://doc.gitlab.com/ci/).
    73
    74 ## Invite new people into project by email
    75
    76 Starting an amazing new project, but your co-conspirors don't have an account
    77 on your GitLab instance yet? No problem! You can now simply invite people
    78 by email, whether they have an account on the instance or not:
  • Added 1 commit:

  • Added 1 commit:

  • 104
    105 ## Audit log for Deploy keys (EE only feature)
    106
    107 A nice addition to our audit logging: Any changes to deploy keys are now also
    108 logged in the audit log. Make sure you know who can read your code.
    109
    110 [![Audit log Deploy keys](/images/7_10/deploy_key_log.png)](/images/7_10/deploy_key_log.png)
    111
    112 ## Other changes
    113
    114 This release has more improvements, including security fixes, please check out [the Changelog](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) to see the all named changes.
    115
    116
    117 ## Upgrade barometer
    118
    119 Coming from GitLab 7.9.4, the migrations run very fast.
  • Added 1 commit:

    • 0c9f4f6f - The migrations require downtime
  • Patricio Cano Added 123 commits:

    Added 123 commits:

    • 0c9f4f6f...df34202f - 120 commits from branch master
    • d7e0f8ff - Merge branch 'master' into release-7-10
    • 3b7666c2 - Added the packages for 7.10-ce
    • e3c6a04c - Merge remote-tracking branch 'origin/release-7-10' into release-7-10
  • @JobV your brach wasn't up to date with master. I merged master into it in order to add the packages and not cause conflicts.

  • mentioned in commit 420fcb07

  • 🚄 Job van der Voort 🚀 Status changed to merged

    Status changed to merged

  • Please register or sign in to reply
    Loading